home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / 1bear.swf / scripts / DefineButton2_415 / BUTTONCONDACTION on(release)_2.as next >
Text File  |  2008-11-12  |  79b  |  7 lines

  1. on(release){
  2.    tellTarget("../bird")
  3.    {
  4.       gotoAndPlay(29);
  5.    }
  6. }
  7.